home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / clients / bitmap / stipple < prev    next >
Text File  |  1994-08-12  |  96b  |  5 lines

  1. #define Stipple_width 2
  2. #define Stipple_height 2
  3. static char Stipple_bits[] = {
  4.    0x01, 0x00};
  5.